
/* EASY links 
.easy.a:link  {
    color: green;
    text-decoration: none;
}
.easy.a:visited {
    color: green;
}
.easy.a:hover {
    color: green;
    text-decoration: underline; 
}
.easy.a:active {
    color: green;
}
*/
.easy  {
    color: green;
}


.beatles  {
     display:inline-block;
	 height:32px;
	 width:32px;
	 vertical-align:text-top;
	 line-height:32px;
	 background-image:url(components/icons8-beach-50-2.png) no-repeat;

td img {
  display: block;     /* Removes the baseline gap at the bottom */
  max-width: 100%;    /* Prevents the image from overflowing the cell */
  height: auto;       /* Maintains the aspect ratio */
  vertical-align: middle;
}

/*
  background-image: url('bg-pattern.jpg');
  background-size: cover;
  background-position: center; }

easy
beatles
holiday
*/


